mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-03 12:04:07 -06:00
armcm_boot: Export MCU definition from armcm_boot
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
1c6a8267f9
commit
9b70c052cc
6 changed files with 12 additions and 16 deletions
|
@ -4,13 +4,9 @@
|
|||
//
|
||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
||||
|
||||
#include "autoconf.h" // CONFIG_MCU
|
||||
#include "command.h" // DECL_CONSTANT_STR
|
||||
#include "internal.h" // clock_setup
|
||||
#include "sched.h" // sched_main
|
||||
|
||||
DECL_CONSTANT_STR("MCU", CONFIG_MCU);
|
||||
|
||||
// Main entry point
|
||||
int
|
||||
main(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue