NordicSemiconductor / Nordic-Thingy52-FW

Nordic Thingy:52 software development kit. This kit is designed to assist users in developing their own custom firmware for Thingy. Please see http://www.nordicsemi.com/thingy for the latest news and software releases.
Other
210 stars 133 forks source link

Fixed macro error #43

Open DavidLin1577 opened 4 years ago

DavidLin1577 commented 4 years ago

Note that some macros are wrong, lucky is nobody uses them now, so fixed them to avoid more errors in the future: SHARED_SECRET_MAX_LENGHT -> SHARED_SECRET_MAX_LENGTH ECC_KEY_MAX_LENGHT -> ECC_KEY_MAX_LENGTH AES_KEY_MAX_LENGHT_IN_BYTES -> AES_KEY_MAX_LENGTH_IN_BYTES

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.