Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
WiringPi
réplica de
https://github.com/WiringPi/WiringPi.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
9
Wiki
Actividad
Explorar el Código
#282
compiler warnings
pull/283/head
mstroh76
hace 2 meses
padre
f0c8991e3a
commit
d8487da522
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
examples/clock.c
+1
-1
examples/delayTest.c
+ 1
- 1
examples/clock.c
Ver fichero
@@ -65,7 +65,7 @@ void drawClockHands (void)
struct tm *now ;
double angle, p, x0, y0, x1, y1 ;
int h24, h, m, s ;
char text [
2
0] ;
char text [
4
0] ;
time (&t) ;
now = localtime (&t) ;
+ 1
- 1
examples/delayTest.c
Ver fichero
@@ -37,7 +37,7 @@ int main()
int t ;
int max, min ;
int del ;
int underRuns, overRuns, exactRuns,
bogusRuns,
total ;
int underRuns, overRuns, exactRuns, total ;
int descheds ;
Escribir
Vista previa
Cargando…
Cancelar
Guardar