0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

code moving

This commit is contained in:
OneOfEleven
2023-10-28 23:59:51 +01:00
parent 93c9e5915b
commit 230fdccf10
5 changed files with 69 additions and 78 deletions

4
main.c
View File

@ -242,7 +242,7 @@ void Main(void)
while (1)
{
#if 0
#if 1
// Mask interrupts
__asm volatile ("cpsid i");
if (!g_next_time_slice)
@ -253,8 +253,6 @@ void Main(void)
__asm volatile ("cpsie i");
#endif
APP_process();
if (g_next_time_slice)
{
APP_time_slice_10ms();