Skip to content

Commit

Permalink
New translations pwminput.md (Korean)
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Jan 14, 2025
1 parent 9e8cf80 commit 03266d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ko/msg_docs/PwmInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/PwmInput.msg)

```c
uint64 timestamp # Time since system start (microseconds)
uint64 error_count # Timer overcapture error flag (AUX5 or MAIN5)
uint32 pulse_width # Pulse width, timer counts
uint32 period # Period, timer counts
uint64 timestamp # Time since system start (microseconds)
uint64 error_count # Timer overcapture error flag (AUX5 or MAIN5)
uint32 pulse_width # Pulse width, timer counts (microseconds)
uint32 period # Period, timer counts (microseconds)

```

0 comments on commit 03266d7

Please sign in to comment.