random implementation does not require PIC32 build macro

pull/8600/head
JacobBarthelmeh 2025-03-27 15:53:39 -06:00
parent 1c56a2674a
commit 25dc3f08e9
1 changed files with 1 additions and 1 deletions

View File

@ -2775,7 +2775,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
return ret; return ret;
} }
#elif defined(MICROCHIP_PIC32) #elif defined(MICROCHIP_PIC32) || defined(MICROCHIP_MPLAB_HARMONY)
#ifdef MICROCHIP_MPLAB_HARMONY #ifdef MICROCHIP_MPLAB_HARMONY
#ifdef MICROCHIP_MPLAB_HARMONY_3 #ifdef MICROCHIP_MPLAB_HARMONY_3