mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 09:43:51 +08:00
Merge branch 'master' of https://github.com/sunnypilot/panda
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
// ***************************** Definitions *****************************
|
||||
#ifdef STM32H7
|
||||
#define FIFO_SIZE_INT 0x400U
|
||||
#else
|
||||
#define FIFO_SIZE_INT 0x200U
|
||||
#endif
|
||||
|
||||
typedef struct uart_ring {
|
||||
volatile uint16_t w_ptr_tx;
|
||||
|
||||
Reference in New Issue
Block a user