remove syncmode

pull/165/head
iwoodsawyer 2021-05-05 13:33:25 -07:00
parent a5aab1acdf
commit 64f52eea45
1 changed files with 0 additions and 8 deletions

View File

@ -58,14 +58,6 @@
#define ESC_CSR_CMD_WRITE 0x80000000
#define ESC_CSR_CMD_SIZE(x) (x << 16)
typedef enum
{
ASYNC,
DC_SYNC,
SM_SYNC
} syncmode;
/* bcm2835 spi singel write */
static void bcm2835_spi_write_32 (uint16_t address, uint32_t val)
{