guanjiao
2018-05-12 7bd852c98c52c306e3628acedc33149ebee3cff6
源码/核心板/Src/platform/port.h
@@ -27,9 +27,9 @@
#define CLOCKS_PER_SEC 1000
void printf2(const char *format, ...);
void USART_puts(uint8_t *s,uint8_t len);
void USART_puts(uint8_t *s, uint8_t len);
extern int writetospi_serial(uint16_t headerLength,
                             const uint8_t *headerBuffer,
                             uint32_t bodylength,
@@ -184,7 +184,7 @@
#define gpio_reset(x)            0
#define is_gpio_out_low(x)         0
#define is_gpio_out_high(x)         0
/*! ------------------------------------------------------------------------------------------------------------------
 * @fn peripherals_init()
 *