Skip to content

Commit

Permalink
hello 2 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinkdoost committed Jan 27, 2016
1 parent 2440edf commit fd448fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpio_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static irqreturn_t rpi_gpio_2_handler(int irq, void * ident)
gpio_set_value(RPI_GPIO_OUT, value);
value = 1 - value;
var++;
printf("valeur de var est %d \n", var);
printk("valeur de var est %d \n", var);

/*****************/
if ( var == 1 ) {
Expand Down

0 comments on commit fd448fa

Please sign in to comment.