Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
WiringPi
espelho de
https://github.com/WiringPi/WiringPi.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
9
Wiki
Trabalho
Ver a proveniência
#282
compiler warnings
pull/283/head
mstroh76
há 2 meses
ascendente
f0c8991e3a
cometimento
d8487da522
2 ficheiros alterados
com
2 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
examples/clock.c
+1
-1
examples/delayTest.c
+ 1
- 1
examples/clock.c
Ver ficheiro
@@ -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 ficheiro
@@ -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 ;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar