Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-cores
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Revert "makeWord is inconsistently defined"
This reverts commit
c083b394e4
.
main
Fernando Trias
hace 9 años
padre
c083b394e4
commit
cf22e93f60
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
teensy3/WProgram.h
+ 1
- 1
teensy3/WProgram.h
Ver fichero
@@ -39,7 +39,7 @@
#include "IntervalTimer.h"
uint16_t makeWord(uint16_t w);
u
nsigned int makeWord(unsigned char h, unsigned char
l);
u
int16_t makeWord(byte h, byte
l);
#define word(...) makeWord(__VA_ARGS__)
Escribir
Vista previa
Cargando…
Cancelar
Guardar