mirror of
https://git.aixiao.me/aixiao/Danger-alarm.git
synced 2025-07-29 19:13:39 +08:00
Gradually migrate to FreeRTOS
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include <stdio.h>
|
||||
#include "hardware/pio.h"
|
||||
|
||||
|
||||
#define BUILD(fmt...) do { fprintf(stderr,"%s %s ",__DATE__,__TIME__); fprintf(stderr, ##fmt); } while(0)
|
||||
|
||||
static inline bool uart_rx_program_available(PIO pio, uint sm)
|
||||
|
||||
Reference in New Issue
Block a user