Commit 9ff32bf5 authored by Bodmer's avatar Bodmer

Resolve compile error for STM32F parallel interface

parent d819c2e8
......@@ -22,6 +22,10 @@
#define SUPPORT_TRANSACTIONS
#endif
#ifndef tft_Write_16N(C)
#define tft_Write_16N(C) tft_Write_16(C)
#endif
////////////////////////////////////////////////////////////////////////////////////////
// Define the parallel bus interface chip pin drive code
////////////////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment