mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 12:07:52 +00:00
typo error
This commit is contained in:
parent
e7d11dfa9b
commit
dd81132386
@ -158,7 +158,7 @@ static void __attribute__((unused)) ASSAN_initialize_txid()
|
||||
do
|
||||
{
|
||||
#if defined STM32_board
|
||||
randomSeed((uint32_t)analogReadP(B0) << 10 | analogRead(PB1));
|
||||
randomSeed((uint32_t)analogRead(PB0) << 10 | analogRead(PB1));
|
||||
#else
|
||||
randomSeed((uint32_t)analogRead(A6) << 10 | analogRead(A7));
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user