diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-25 23:33:47 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-25 23:33:47 +0000 |
commit | 30216325010e198c2e73ea41811ae63ea5ee3991 (patch) | |
tree | 2f2d57e113adfbf149008419f5f30339b0856ad0 /stmhal/accel.h | |
parent | 6cfda3084dfef44892e85b1c658f0ad9b0643641 (diff) | |
download | micropython-30216325010e198c2e73ea41811ae63ea5ee3991.tar.gz micropython-30216325010e198c2e73ea41811ae63ea5ee3991.zip |
stmhal: Shuffle around some init functions in main().
Diffstat (limited to 'stmhal/accel.h')
-rw-r--r-- | stmhal/accel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/accel.h b/stmhal/accel.h index 9f9c0a8e06..cfc54fcf67 100644 --- a/stmhal/accel.h +++ b/stmhal/accel.h @@ -1,4 +1,3 @@ -extern I2C_HandleTypeDef I2cHandle; extern const mp_obj_type_t pyb_accel_type; void accel_init(void); |