Skip to content

Commit a02ca9b

Browse files
authored
[12] there is a typo in the text (#13)
The typos have been fixed!
1 parent 31305fc commit a02ca9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/00-Check.-Code-Convention.yml .github/workflows/00-Check-Code-Convention.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 00-Check.-Code-Convention
1+
name: 00-Check-Code-Convention
22
on:
33
push:
44
branches-ignore:

.github/workflows/02-Build-Firmware.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
ARM_GCC_DIR: "/opt/gcc-arm-none-eabi/"
1212
ARM_GCC_URL: "https://developer.arm.com/-/media/Files/downloads/gnu/12.2.rel1/binrel/arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi.tar.xz"
1313
jobs:
14-
SW_build:
14+
FW_build:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Trigger

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The host receives it, processes it and logs it to the standard output.
2020
Data is provided in JSON format and depending on the actual configuration it will be raw I/Q sample or angle information.
2121
The angle information is calculated by the host with MVP (Matrix Vector Processor) from the I/Q samples.
2222

23-
If you are interested in other Bluethooth examples you can find more here:
23+
If you are interested in other Bluetooth examples you can find more here:
2424
[Bluetooth application examples](https://github.com/SiliconLabs/bluetooth_applications)
2525

2626
### NCP firmware

0 commit comments

Comments
 (0)