Browse Source

fix platform.h, add CHIP_C6416

Signed-off-by: surenyi <surenyi82@qq.com>
bfsk
surenyi 3 years ago
parent
commit
16867c7b15
  1. 2
      include/platform.h

2
include/platform.h

@ -4,7 +4,9 @@
extern "C" {
#endif
#ifndef CHIP_6416
#define CHIP_6416 1
#endif
#include "csl/csl.h"
#include "csl/csl_irq.h"

Loading…
Cancel
Save