typo error

This commit is contained in:
midelic 2016-08-31 23:42:10 +01:00 committed by GitHub
parent e7d11dfa9b
commit dd81132386

View File

@ -158,7 +158,7 @@ static void __attribute__((unused)) ASSAN_initialize_txid()
do do
{ {
#if defined STM32_board #if defined STM32_board
randomSeed((uint32_t)analogReadP(B0) << 10 | analogRead(PB1)); randomSeed((uint32_t)analogRead(PB0) << 10 | analogRead(PB1));
#else #else
randomSeed((uint32_t)analogRead(A6) << 10 | analogRead(A7)); randomSeed((uint32_t)analogRead(A6) << 10 | analogRead(A7));
#endif #endif