Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 34f32d7

Browse files
authored
v1.6.1 to suppress warnings
### Release v1.6.1 1. Suppress warnings when `_TIMERINTERRUPT_LOGLEVEL_` < 2 2. Remove unused `_prescalerIndex`
1 parent 465dbe9 commit 34f32d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![arduino-library-badge](https://www.ardu-badge.com/badge/megaAVR_TimerInterrupt.svg?)](https://www.ardu-badge.com/megaAVR_TimerInterrupt)
44
[![GitHub release](https://img.shields.io/github/release/khoih-prog/megaAVR_TimerInterrupt.svg)](https://github.com/khoih-prog/megaAVR_TimerInterrupt/releases)
5-
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/megaAVR_TimerInterrupt/blob/master/LICENSE)
5+
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/megaAVR_TimerInterrupt/blob/main/LICENSE)
66
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
77
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/megaAVR_TimerInterrupt.svg)](http://github.com/khoih-prog/megaAVR_TimerInterrupt/issues)
88

@@ -1150,7 +1150,7 @@ If you want to contribute to this project:
11501150

11511151
## License
11521152

1153-
- The library is licensed under [MIT](https://github.com/khoih-prog/megaAVR_TimerInterrupt/blob/master/LICENSE)
1153+
- The library is licensed under [MIT](https://github.com/khoih-prog/megaAVR_TimerInterrupt/blob/main/LICENSE)
11541154

11551155
---
11561156

0 commit comments

Comments
 (0)