aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/other/dogm128/dogm128.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f1/other/dogm128/dogm128.c')
-rw-r--r--examples/stm32/f1/other/dogm128/dogm128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/other/dogm128/dogm128.c b/examples/stm32/f1/other/dogm128/dogm128.c
index bcfd590..cf641ec 100644
--- a/examples/stm32/f1/other/dogm128/dogm128.c
+++ b/examples/stm32/f1/other/dogm128/dogm128.c
@@ -159,7 +159,7 @@ void dogm128_update_display(void)
u8 page, column;
/* Tell the display that we want to start. */
- spi_set_nss_low(DOGM128_SPI);
+ spi_set_nss_low(DOGM128_SPI);
for (page = 0; page <= 7; page++) {
dogm128_send_command(0xB0 + page); /* Set page. */