diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-06-16 09:42:32 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-06-16 09:42:32 +0200 |
commit | 8d1ce488005f6d08cc11c7842b8bc53be9cb3bb0 (patch) | |
tree | 0a402885de929b233f3c21ed3bc5ac4881dd480f /boards/base/Embest-STM32-DMSTF4BB | |
parent | 2127c61eeeea920ba79923bc6f29a1e2de80d61d (diff) | |
download | uGFX-8d1ce488005f6d08cc11c7842b8bc53be9cb3bb0.tar.gz uGFX-8d1ce488005f6d08cc11c7842b8bc53be9cb3bb0.tar.bz2 uGFX-8d1ce488005f6d08cc11c7842b8bc53be9cb3bb0.zip |
compiler warning (SSD2119 for Embest board)
Diffstat (limited to 'boards/base/Embest-STM32-DMSTF4BB')
-rw-r--r-- | boards/base/Embest-STM32-DMSTF4BB/board_SSD2119.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boards/base/Embest-STM32-DMSTF4BB/board_SSD2119.h b/boards/base/Embest-STM32-DMSTF4BB/board_SSD2119.h index d6e10a61..2b1aa27d 100644 --- a/boards/base/Embest-STM32-DMSTF4BB/board_SSD2119.h +++ b/boards/base/Embest-STM32-DMSTF4BB/board_SSD2119.h @@ -38,6 +38,7 @@ static const PWMConfig pwmcfg = { {PWM_OUTPUT_ACTIVE_HIGH, 0}, {PWM_OUTPUT_ACTIVE_HIGH, 0} }, + 0, 0 }; |