Skip to content

Commit

Permalink
Update bsp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored Mar 22, 2022
1 parent c017a3b commit cc9c845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dpp_bsp-esp32/bsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void BSP::displayPhilStat(uint8_t n, char_t const *stat) {
QS_STR(stat); // Philo status
QS_END()
#else
Serial.print("P");
Serial.print("Philosopher ");
Serial.write(48+n);
Serial.print(" ");
Serial.println(stat);
Expand Down

0 comments on commit cc9c845

Please sign in to comment.