0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00
This commit is contained in:
OneOfEleven
2023-11-10 14:30:04 +00:00
parent 630c6ac196
commit f724b159c7
687 changed files with 152 additions and 170290 deletions

4
main.c
View File

@ -188,6 +188,10 @@ void Main(void)
#if defined(ENABLE_UART)
UART_SendText(UART_Version_str);
UART_SendText("\r\n");
{
//const unsigned long *unique = (const unsigned long *)0x1FFFF7E8; // STM32 M0
//UART_printf("serial num %08X %08X %08X\r\n", unique[0], unique[1], unique[2]);
}
#endif
BootMode = BOOT_GetMode();