mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
stm32: Change header include guards from STMHAL to STM32 to match dir.
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#ifndef MICROPY_INCLUDED_STMHAL_ACCEL_H
|
||||
#define MICROPY_INCLUDED_STMHAL_ACCEL_H
|
||||
#ifndef MICROPY_INCLUDED_STM32_ACCEL_H
|
||||
#define MICROPY_INCLUDED_STM32_ACCEL_H
|
||||
|
||||
extern const mp_obj_type_t pyb_accel_type;
|
||||
|
||||
void accel_init(void);
|
||||
|
||||
#endif // MICROPY_INCLUDED_STMHAL_ACCEL_H
|
||||
#endif // MICROPY_INCLUDED_STM32_ACCEL_H
|
||||
|
||||
Reference in New Issue
Block a user