Skip to content

Commit

Permalink
Fix typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglasdc3 committed Oct 6, 2022
1 parent f56a7ef commit beea9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/aero/t2s/modes/decoder/df/bds/Bds40.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
*
* <h2>Barometric Pressure Setting</h2>
*
* <p>When status flag (bit 27) is set to false indicates the information is valid and van be used</p>
* <p>When status flag (bit 27) is set to 1 indicates the information is valid and van be used</p>
*
* <i>Note: LSB (1 bit) = 0.1mb with a range 0 - 410mb. You need to add 800mb to receive the real baro steting</i>
* <i>Note: LSB (1 bit) = 0.1mb with a range 0 - 410mb. You need to add 800mb to receive the real baro setting</i>
*
* <h2>MCP/FCU Mode bits</h2>
* <p>
Expand Down

0 comments on commit beea9e0

Please sign in to comment.