Function riot_wrappers::board
source · [−]pub fn board() -> &'static str
Expand description
Name of the RIOT board that is being used
Development:
Once this can be const, it’ll be deprecated in favor of a pub const &’static str. That’ll also force the compiler to remove all the exceptions at build time (currently it does not, even with aggressive optimization).