Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulls #30

Merged
merged 8 commits into from
Feb 21, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove old code.
  • Loading branch information
aozima committed Feb 20, 2013
commit fcf581ea3d1afa284b9ff06de619637fcbc0bdd4
3 changes: 0 additions & 3 deletions bsp/stm32f20x/applications/startup.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ int main(void)
/* disable interrupt first */
rt_hw_interrupt_disable();

/* init system setting */
SystemInit();

/* startup RT-Thread RTOS */
rtthread_startup();

Expand Down