uart.h 182 B

123456789101112
  1. #ifndef APP_UART_H__
  2. #define APP_UART_H__
  3. #include <stdint.h>
  4. #include <string.h>
  5. #include <stdbool.h>
  6. #include "nordic_common.h"
  7. void uart_init(void);
  8. #endif /* APP_UART_H__ */