mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 06:14:13 -04:00
Fix compiler warning (#1620)
This commit is contained in:
parent
4f440055cb
commit
9624d7b429
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ void BLETxView::start() {
|
|||
hexDigit = min + std::rand() % (max - min + 1);
|
||||
} break;
|
||||
default:
|
||||
hexDigit = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue