Compare commits

...

5 Commits

5 changed files with 11 additions and 3 deletions

View File

@ -2,11 +2,15 @@
background-color: #555; background-color: #555;
} }
.markdown-section p.tip,
.markdown-section tr:nth-child(2n) { .markdown-section tr:nth-child(2n) {
background-color:#444; background-color:#444;
} }
.markdown-section p.tip {
background-color:#555;
color:#FFF;
}
.markdown-section tr { .markdown-section tr {
border-top: 1px solid #555; border-top: 1px solid #555;
} }
@ -16,7 +20,7 @@
} }
.markdown-section p.tip code { .markdown-section p.tip code {
background-color: #555; background-color: #333;
color: #fff; color: #fff;
} }

View File

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3 #define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2 #define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2 #define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/* /*
* ADC driver system settings. * ADC driver system settings.

View File

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3 #define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2 #define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2 #define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/* /*
* ADC driver system settings. * ADC driver system settings.

View File

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3 #define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2 #define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2 #define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/* /*
* ADC driver system settings. * ADC driver system settings.

View File

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3 #define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2 #define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2 #define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/* /*
* ADC driver system settings. * ADC driver system settings.