Riphiphip / zephyr-uart-driver-example

MIT License
8 stars 1 forks source link

Bug - Line 198 of driver.c needs a ; #2

Closed marshallbrown123 closed 1 year ago

marshallbrown123 commented 1 year ago

This line below needs a ; so that it'll compile.

Line 198 of driver.c __ASSERT(false, "Failed to initialize GPIO device.")

Riphiphip commented 1 year ago

Thanks for pointing this out to me. I have no idea how it slipped past me until now.