Generic variable names cause collisions #88
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
The ArduinoBearSSL library seem to create a problem:
ArduinoBearSSL/src/bearssl/bearssl_rand.h
Lines 196 to 208 in d7a68ae
Variables should not be named with capital letters, which conflicts with macros and constants.
Moreover it is recommended to take less generic names in libraries.
The text was updated successfully, but these errors were encountered: