TheNuclearDart / bringup

STM32F7 discovery board bringup
GNU Affero General Public License v3.0
0 stars 0 forks source link

Move static functions into anonymous namespace #22

Open TheNuclearDart opened 5 months ago

TheNuclearDart commented 5 months ago

fw_image code doesn't follow style of other code entirely, (static functions, etc), try to bring inline.

Might not be needed honestly

TheNuclearDart commented 5 months ago

Looking at this more, actually the main issue seems to be static functions, I think these can be moved into the anonymous namespace