Skip to content

Commit a916a73

Browse files
mattia-moffadanielinux
authored andcommitted
Add uart signatures to header for cleanliness
1 parent d716c4d commit a916a73

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

hal/nrf54l.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
#include <string.h>
2828

2929
void uart_write_device(int device, const char* buf, unsigned int sz);
30+
void uart_write(const char* buf, unsigned int sz);
31+
#if (UART_FLASH)
32+
int uart_init(uint32_t bitrate, uint8_t data, char parity, uint8_t stop);
33+
#else
34+
void uart_init(void);
35+
#endif
3036

3137

3238
#if !defined(TZEN) || !defined(NONSECURE_APP)

0 commit comments

Comments
 (0)