typo
This commit is contained in:
parent
7fccec68d4
commit
bf2ada3b98
|
@ -55,6 +55,7 @@
|
|||
#ifdef STM32_OTG1_USE_ULPI
|
||||
#error "OTG1 has no ULPI on this platform"
|
||||
#endif
|
||||
#endif
|
||||
#if (STM32_OTG_FS_RXFIFO_SIZE + STM32_OTG_FS_PTXFIFO_SIZE + STM32_OTG_FS_NPTXFIFO_SIZE) > (STM32_OTG_FS_FIFO_MEM_SIZE * 4)
|
||||
#error "Not enough memory in OTG_FS implementation"
|
||||
#elif (STM32_OTG_FS_RXFIFO_SIZE + STM32_OTG_FS_PTXFIFO_SIZE + STM32_OTG_FS_NPTXFIFO_SIZE) < (STM32_OTG1_FIFO_MEM_SIZE * 4)
|
||||
|
|
Loading…
Reference in New Issue