This website works better with JavaScript.
홈
탐색
도움말
로그인
visus
/
teensy-core-4.1
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
Speed 24 MHz - not 24 Hz for Lowest voltage
teensy4-core
Defragster
5 년 전
부모
0b835752fc
커밋
b0d28cfe68
No account linked to committer's email address
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
+1
-1
teensy4/clockspeed.c
+ 1
- 1
teensy4/clockspeed.c
파일 보기
@@ -43,7 +43,7 @@ uint32_t set_arm_clock(uint32_t frequency)
if (voltage > OVERCLOCK_MAX_VOLT) voltage = OVERCLOCK_MAX_VOLT;
}
#endif
} else if (frequency <= 24) {
} else if (frequency <= 24
000000
) {
voltage = 950; // 0.95
}
Write
Preview
Loading…
취소
저장