Changed default LED pin to P1_0

This commit is contained in:
7u83 2024-05-17 01:41:51 +02:00
parent cb9508b2ac
commit 47723bc655

View File

@ -2,7 +2,7 @@
#include <8052.h> #include <8052.h>
#ifndef FLASH_PIN #ifndef FLASH_PIN
#define FLASH_PIN _P2_0 #define FLASH_PIN _P1_0
#endif #endif
#ifndef IRQFREQ #ifndef IRQFREQ