diff options
| author | Paul Shamray <pashamray@gmail.com> | 2014-07-12 11:04:23 +0300 |
|---|---|---|
| committer | Paul Shamray <pashamray@gmail.com> | 2014-07-12 11:04:23 +0300 |
| commit | 214c2d2d0bf92807e40d62b7f7ebf32d3f37b1a8 (patch) | |
| tree | 6ed98bdcd1e5f179fc8b9ea2c94ed409618be70d /boards/base | |
| parent | 1104638ff06150d5b611186406e20eeb5be55b12 (diff) | |
| parent | cae7b197b38ec33b92bab5554ce2156867ae45d5 (diff) | |
| download | uGFX-214c2d2d0bf92807e40d62b7f7ebf32d3f37b1a8.tar.gz uGFX-214c2d2d0bf92807e40d62b7f7ebf32d3f37b1a8.tar.bz2 uGFX-214c2d2d0bf92807e40d62b7f7ebf32d3f37b1a8.zip | |
Merged master into pcd8544
Diffstat (limited to 'boards/base')
| -rw-r--r-- | boards/base/FireBull-STM32F103-FB/board_SSD1289.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boards/base/FireBull-STM32F103-FB/board_SSD1289.h b/boards/base/FireBull-STM32F103-FB/board_SSD1289.h index 99001e07..e7c07c70 100644 --- a/boards/base/FireBull-STM32F103-FB/board_SSD1289.h +++ b/boards/base/FireBull-STM32F103-FB/board_SSD1289.h @@ -113,6 +113,8 @@ static inline void setwritemode(GDisplay *g) } static inline uint16_t read_data(GDisplay *g) { + (void) g; + return palReadPort(GPIOE); } |
