mirror of
https://github.com/renorris/openfsd
synced 2026-04-17 07:45:31 +08:00
fix pbh
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package fsd
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@@ -52,3 +53,10 @@ func TestGetField(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func TestPitchBankHeading(t *testing.T) {
|
||||
pitch, bank, heading := pitchBankHeading(4261294148)
|
||||
fmt.Println(pitch)
|
||||
fmt.Println(bank)
|
||||
fmt.Println(heading)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user