Sync betaflight to Gitea

This commit is contained in:
2026-08-03 16:37:10 +08:00
commit ad3163cf91
4712 changed files with 3301380 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
/*
* STM32N6 FSBL stub — public include hub.
*
* Mirrors ST's Template_FSBL_XIP/FSBL/Inc/main.h pattern: the HAL config
* is the single user-visible header that pulls in the rest of the HAL via
* stm32n6xx.h.
*/
#pragma once
#include "stm32n6xx_hal.h"
void Error_Handler(void);