commit | b82a3398138dcbbcc32b70b4b377baeeb772ea17 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Tue Dec 04 17:15:27 2018 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Dec 14 13:17:36 2018 +0100 |
tree | 3c813e5b0a9d9980e0ce4626cb2f03c5a2eb0722 | |
parent | a0a63ac3444800de9542fd47e23205ef0ff75468 [diff] |
kernel: init: Add nop instruction in main The main function is just a weak function that should be override by the applications if they need. Just adding a nop instructions to explicitly says that this function does nothing. MISRA-C rule 2.2 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>