InfiniTime.git

commit c4599dbf90d10cf140579388a400b2d5ffd9ff58

Author: Maarten de Jong <35239587+arteeh@users.noreply.github.com>

Fix typo

GCC output file is .out instead of .bin

 doc/filesInReleaseNotes.md | 2 +-


diff --git a/doc/filesInReleaseNotes.md b/doc/filesInReleaseNotes.md
index d2930513a7b98f181c5e36b50d062bc19d0206e1..2fdfadf4f49dcfb0872d35a09d056ebcd85b1d06 100644
--- a/doc/filesInReleaseNotes.md
+++ b/doc/filesInReleaseNotes.md
@@ -42,7 +42,7 @@  - **pinetime-mcuboot-app-image.hex** : Firmware wrapped into an MCUBoot image. This is **the** file that must be flashed **@ 0x8000** into flash memory. If the [bootloader](../bootloader/README.md) has been successfully programmed, it should run this firmware after the next reset.
 
 The following files are not directly usable by the bootloader:
 
- - **pinetime-mcuboot-app.bin** : Output file of GCC containing debug symbols, useful is you want to debug the firmware using GDB.
+ - **pinetime-mcuboot-app.out** : Output file of GCC containing debug symbols, useful is you want to debug the firmware using GDB.
  - **pinetime-mcuboot-app.hex** : Firmware in Intel HEX file format. 
  - **pinetime-mcuboot-app.bin** : Firmware in binary format. 
  - **pinetime-mcuboot-app.map** : Map file containing all the symbols, addresses in memory,...