Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
WiringPi
espelhamento de
https://github.com/WiringPi/WiringPi.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
9
Wiki
Atividade
Ver código fonte
#282
compiler warnings
pull/283/head
mstroh76
2 meses atrás
pai
f0c8991e3a
commit
d8487da522
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
examples/clock.c
+1
-1
examples/delayTest.c
+ 1
- 1
examples/clock.c
Ver arquivo
@@ -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 arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar