Skip to content
Snippets Groups Projects
Commit 95af0bc8 authored by patacongo's avatar patacongo
Browse files

Updated Open1788 calibration; More compilation fixes from Mike Smith

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5707 42af7a65-404d-4744-a932-0658087f49c3
parent b5ec8fbd
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ CONFIG_ARCH_STACKDUMP=y
#
# Board Settings
#
CONFIG_BOARD_LOOPSPERMSEC=8079
CONFIG_BOARD_LOOPSPERMSEC=11852
# CONFIG_ARCH_CALIBRATION is not set
CONFIG_DRAM_START=0x10000000
CONFIG_DRAM_SIZE=65536
......
......@@ -223,7 +223,7 @@ CONFIG_ARCH_STACKDUMP=y
#
# Board Settings
#
CONFIG_BOARD_LOOPSPERMSEC=8079
CONFIG_BOARD_LOOPSPERMSEC=11852
# CONFIG_ARCH_CALIBRATION is not set
CONFIG_DRAM_START=0x10000000
CONFIG_DRAM_SIZE=65536
......
......@@ -44,6 +44,7 @@
#include <stdint.h>
#include <stdarg.h>
#include <stdbool.h>
/****************************************************************************
* Pre-processor Definitions
......
......@@ -177,7 +177,7 @@ int task_restart(pid_t pid)
#ifdef CONFIG_PRIORITY_INHERITANCE
tcb->cmn.base_priority = tcb->init_priority;
# if CONFIG_SEM_NNESTPRIO > 0
tcb->npend_reprio = 0;
tcb->cmn.npend_reprio = 0;
# endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment