commit | 5147ab74da12558e592aa9e38aa1f76b3dbf9894 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Thu Jan 24 09:08:55 2019 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jan 29 17:50:02 2019 +0100 |
tree | f4c19568bd7bbc2d72fddb51bdeb9c7846a74fd4 | |
parent | 4cd19eaeeef5ed253e15c6a66d214c791be31d54 [diff] |
drivers: sensors: hts221: move static definition out of header This belongs in the implementation file that references the array, since the header is included in multiple files. Signed-off-by: Peter A. Bigot <pab@pabigot.com>