Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suikan4github committed Feb 23, 2019
1 parent 2c4e40c commit cd71076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Record of the modification in project development.
- [Issue 5 : HAL_GPIO_EXTI_Callback() needs to avoid the null pointer access](https://github.com/suikan4github/murasaki/issues/5)
- [Issue 11 : Link to refman.pdf in README.md is wrong](https://github.com/suikan4github/murasaki/issues/11)
- [Issue 7 : README.md doesn't have link to the "where to get" at ToC](https://github.com/suikan4github/murasaki/issues/7)
- [Issue 15 : Write a Program flow walk through](https://github.com/suikan4github/murasaki/issues/15)
### Security

## [0.1.0] - 2019-02-11
Expand Down
2 changes: 1 addition & 1 deletion Inc/murasaki_2_ug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
* While other peripheral raises interrupt after the peripheral instance are created,
* EXTI peripheral may raise the interrupt before the platform peripherals are ready.
*
* Then, EXTI call back has gnuard to avoid the null pointer access.
* Then, EXTI call back has guard to avoid the null pointer access.
*
* @code
* void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
Expand Down

0 comments on commit cd71076

Please sign in to comment.