flipperzero-firmware_official_dev 789 B

1234567891011121314151617181920212223
  1. commit 27341fc1934ee309ee2ba1a2a42322449a12d7f4
  2. Author: Ikko Eltociear Ashimine <eltociear@gmail.com>
  3. Date: Mon Mar 27 16:39:24 2023 +0900
  4. Fix typo in fbt.md (#2539)
  5. availabe -> available
  6. Co-authored-by: あく <alleteam@gmail.com>
  7. diff --git a/documentation/fbt.md b/documentation/fbt.md
  8. index a47174631..65729c5c8 100644
  9. --- a/documentation/fbt.md
  10. +++ b/documentation/fbt.md
  11. @@ -72,7 +72,7 @@ To run cleanup (think of `make clean`) for specified targets, add the `-c` optio
  12. - `get_stlink` - output serial numbers for attached STLink probes. Used for specifying an adapter with `OPENOCD_ADAPTER_SERIAL=...`.
  13. - `lint`, `format` - run clang-format on the C source code to check and reformat it according to the `.clang-format` specs.
  14. - `lint_py`, `format_py` - run [black](https://black.readthedocs.io/en/stable/index.html) on the Python source code, build system files & application manifests.
  15. -- `firmware_pvs` - generate a PVS Studio report for the firmware. Requires PVS Studio to be availabe on your system's `PATH`.
  16. +- `firmware_pvs` - generate a PVS Studio report for the firmware. Requires PVS Studio to be available on your system's `PATH`.
  17. - `cli` - start a Flipper CLI session over USB.
  18. ### Firmware targets