Skip to content

Commit

Permalink
Fixup typo in release history
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Dec 18, 2023
1 parent 3940613 commit 1da2c5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Release history of other CMSIS components and tools can be found in their docume
- CMSIS-DSP: moved into separate pack
- CMSIS-NN: moved into separate pack
- CMSIS-RTOS: deprecated and removed
- RTX4 is deprecated and removed
- RTX4 is deprecated and removed
- CMSIS-RTOS2: 2.3.0
- OS Tick API moved from Device to CMSIS class
- Added provisional support for processor affinity in SMP systems
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Documentation/Doxygen/gen_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -o pipefail
# Set version of gen pack library
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
# Use the tag name without the prefix "v", e.g., 0.7.0
REQUIRED_GEN_PACK_LIB="0.9.0"
REQUIRED_GEN_PACK_LIB="0.9.1"

DIRNAME=$(dirname "$(readlink -f "$0")")
GENDIR=../html
Expand Down
2 changes: 1 addition & 1 deletion gen_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail
# Set version of gen pack library
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
# Use the tag name without the prefix "v", e.g., 0.7.0
REQUIRED_GEN_PACK_LIB="0.9.0"
REQUIRED_GEN_PACK_LIB="0.9.1"

# Set default command line arguments
DEFAULT_ARGS=(-c "v")
Expand Down

0 comments on commit 1da2c5d

Please sign in to comment.