mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
stm32: Change header include guards from STMHAL to STM32 to match dir.
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#ifndef MICROPY_INCLUDED_STMHAL_SYSTICK_H
|
||||
#define MICROPY_INCLUDED_STMHAL_SYSTICK_H
|
||||
#ifndef MICROPY_INCLUDED_STM32_SYSTICK_H
|
||||
#define MICROPY_INCLUDED_STM32_SYSTICK_H
|
||||
|
||||
void sys_tick_wait_at_least(uint32_t stc, uint32_t delay_ms);
|
||||
bool sys_tick_has_passed(uint32_t stc, uint32_t delay_ms);
|
||||
|
||||
#endif // MICROPY_INCLUDED_STMHAL_SYSTICK_H
|
||||
#endif // MICROPY_INCLUDED_STM32_SYSTICK_H
|
||||
|
||||
Reference in New Issue
Block a user