Explorar el Código

Fix for stricmp

teensy4-core
PaulStoffregen hace 7 años
padre
commit
1730d0b754
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      teensy3/wiring.h

+ 2
- 0
teensy3/wiring.h Ver fichero

@@ -102,6 +102,8 @@ extern double pow10(double x);
extern float pow10f(float x);
extern long double pow10l(long double x);

#define stricmp(a, b) strcasecmp(a, b)

#define sei() __enable_irq()
#define cli() __disable_irq()
#define interrupts() __enable_irq()

Cargando…
Cancelar
Guardar