Merge branch 'master' into spawn_experiment

This commit is contained in:
Emil Fresk 2020-10-15 17:55:00 +02:00
commit 5ac16f6aae
8 changed files with 58 additions and 18 deletions

View file

@ -135,7 +135,7 @@ pub fn app(app: &App, analysis: &Analysis, extra: &Extra) -> TokenStream2 {
/// Implementation details
mod #name {
/// Always include the device crate which contains the vector table
use #device as _;
use #device as you_must_enable_the_rt_feature_for_the_pac_in_your_cargo_toml;
#(#imports)*
#(#user_imports)*