Merge pull request #2249 from MathiasKoch/embassy-stm32/revert-day-of-week-fix
fix(embassy-stm32): Revert "fix day of the week conversion"
This commit is contained in:
		@@ -211,7 +211,7 @@ pub enum DayOfWeek {
 | 
			
		||||
#[cfg(feature = "chrono")]
 | 
			
		||||
impl From<chrono::Weekday> for DayOfWeek {
 | 
			
		||||
    fn from(weekday: Weekday) -> Self {
 | 
			
		||||
        day_of_week_from_u8(weekday.num_days_from_monday() as u8).unwrap()
 | 
			
		||||
        day_of_week_from_u8(weekday.number_from_monday() as u8).unwrap()
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user