From 1b4b006bab7ee05e403a4fc48ae751d037f95b1a Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 21 Apr 2019 20:10:40 +0200 Subject: update examples --- examples/smallest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/smallest.rs') diff --git a/examples/smallest.rs b/examples/smallest.rs index e4d86be..c153716 100644 --- a/examples/smallest.rs +++ b/examples/smallest.rs @@ -13,5 +13,5 @@ use rtfm::app; #[app(device = lm3s6965)] const APP: () = { #[init] - fn init() {} + fn init(_: init::Context) {} }; -- cgit v1.2.3