]> git.gag.com Git - fw/stlink/commit
Don't use magic numbers for chip_id field
authorAndrey Yurovsky <yurovsky@gmail.com>
Sun, 14 Apr 2013 05:32:09 +0000 (22:32 -0700)
committerAndrey Yurovsky <yurovsky@gmail.com>
Sun, 14 Apr 2013 05:32:09 +0000 (22:32 -0700)
commit821a21482f93e65376fd99032da3f5e8db79951b
tree17ff38868ada5a0f7a1c721d7483b239fc143eed
parent4cea62e454bac1c96db0132fc45f52d46697971c
Don't use magic numbers for chip_id field

The chip IDs are defined up top and those macros are used throughout the
code so let's remove the magic numbers in .chip_id so that everything is
using the macros.

No functionality changes, just a find/replace.
src/stlink-common.h