SHA2017-badge / Firmware

ESP32 firmware for the SHA2017 badge
https://wiki.sha2017.org/w/Badge
Other
83 stars 36 forks source link

Update badge_eink_fb.c #209

Closed klondi closed 7 years ago

klondi commented 7 years ago

Drop unnecessary bool, instead we can use pointer arithmetic (is or not NULL) for the same purpose.

basvs commented 7 years ago

I wanted to keep the same style in every badge_*.c file. But I guess I can merge this one.