Skip to content

Commit

Permalink
Modified RP2040
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Oct 10, 2023
1 parent da6a4ed commit 4fc9373
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 106 deletions.
4 changes: 0 additions & 4 deletions uCNC/src/hal/mcus/rp2040/mcu_rp2040.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
static volatile bool rp2040_global_isr_enabled;

extern void rp2040_uart_init(int baud);
extern void rp2040_uart_flush(void);
extern void rp2040_uart_write(uint8_t c);
extern bool rp2040_uart_rx_ready(void);
extern bool rp2040_uart_tx_ready(void);
extern void rp2040_uart_process(void);

extern void rp2040_eeprom_init(int size);
Expand Down
Loading

0 comments on commit 4fc9373

Please sign in to comment.