Skip to content

Commit

Permalink
Adicionando comentário sobre while(true)
Browse files Browse the repository at this point in the history
  • Loading branch information
gBonvenuto committed Sep 4, 2024
1 parent 3ba5919 commit 9a45876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ int main(){
// Note que o log do programa em execução acontece os dois de uma
// vez, isso ocorre porque ele é assícrono
// Por isso tome cuidado com essas funções
// WARNING: nunca deixe o while(true) vazio, deixe pelo menos um k_msleep(1)
// dentro dele
while (true) {
printk("Led aceso\n");
gpio_pin_set_dt(led, 1);
Expand Down

0 comments on commit 9a45876

Please sign in to comment.