make a bare nrf52840dk build which will work for everyone

This commit is contained in:
geeksville
2020-07-09 20:05:39 -07:00
parent ed589727d6
commit 311d1a56b4
3 changed files with 57 additions and 0 deletions

View File

@@ -161,6 +161,11 @@ class SimRadio : public RadioInterface
/// Make sure the Driver is properly configured before calling init().
/// \return true if initialisation succeeded.
virtual bool init() { return true; }
/// Apply any radio provisioning changes
/// Make sure the Driver is properly configured before calling init().
/// \return true if initialisation succeeded.
virtual bool reconfigure() { return true; }
};
/// Debug printing for packets