NordicSemiconductor / Nordic-Thingy52-FW

Nordic Thingy:52 software development kit. This kit is designed to assist users in developing their own custom firmware for Thingy. Please see http://www.nordicsemi.com/thingy for the latest news and software releases.
Other
210 stars 133 forks source link

Fix missing header which caused compiler warning #10

Closed teldridge closed 7 years ago

teldridge commented 7 years ago

Include ant_stack_config.h in m_ble.c so the compiler doesn't complain about an undefined reference.

Change-Id: I65b5f324e7ff8d4a3928d0b7f2647dd2c7969848 Type: Bug Fix