Merge pull request #4202 from 0e4ef622/nrf-3v3

nrf: _3v3 -> _3V3
This commit is contained in:
Ulf Lilleengen
2025-05-15 06:05:38 +00:00
committed by GitHub

View File

@@ -339,7 +339,7 @@ pub mod config {
/// 3.0 V
_3V0 = 4,
/// 3.3 V
_3v3 = 5,
_3V3 = 5,
//ERASED = 7, means 1.8V
}
@@ -371,7 +371,7 @@ pub mod config {
/// 3.0 V
_3V0 = 4,
/// 3.3 V
_3v3 = 5,
_3V3 = 5,
//ERASED = 7, means 1.8V
}