Add example of usage for the DFU Runtime support

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut
2019-10-28 14:38:50 +01:00
parent ec4ecfa817
commit 03f1a6d926
6 changed files with 462 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#ifndef MAIN_H
#define MAIN_H
void led_indicator_pulse(void);
#endif