arm: clang-format
This commit is contained in:
@@ -18,13 +18,13 @@ void ResetHandler() {
|
||||
|
||||
main();
|
||||
|
||||
while(true) {}
|
||||
while (true) {
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
__attribute__((section(".vector_table"), used))
|
||||
uint32_t vector_table[16] = {
|
||||
__attribute__((section(".vector_table"), used)) uint32_t vector_table[16] = {
|
||||
[StackPointer] = reinterpret_cast<uint32_t>(&_initial_stack_pointer),
|
||||
[Reset] = reinterpret_cast<uint32_t>(ResetHandler),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user